Skip to content

Instantly share code, notes, and snippets.

@antoniolg
antoniolg / AGENTS.md
Last active September 22, 2026 01:58
Codex: autonomous Luna subagent, per-task reasoning effort, and completion callbacks

Luna delegation for Codex

Add the following section to ~/.codex/AGENTS.md and save the companion luna_worker.toml as ~/.codex/agents/luna_worker.toml.

Luna Delegation

  • Primary agents: proactively delegate bounded, self-contained jobs to luna_worker when Luna can complete and verify them independently and delegation saves work or supervision. Suitable jobs include authorized releases through established procedures, focused web research, long-running scripts, batch processing, and straightforward implementation. Handle small operations directly by default, unless there are long waits, useful independent parallel work, or an explicit user request to delegate.
  • Delegate preparation, execution, and verification as one complete job. Build a concise brief from available context and file references; avoid extra parent tool calls solely to prepare the delegation when that information is sufficient. Leave input inspection, artifact preparation, and routine validation to Luna, except where the parent n
@drillan
drillan / jev-finance-projects.md
Created September 20, 2026 02:27
Jev (TypeSafe System One) finance & trading projects — surveyed 2026-09-20

Jev (TypeSafe System One) — Finance & Trading Projects

Projects using Jev, TypeSafe AI's System One decision model (released 2026-09-15), in investment, trading, and financial-data contexts. Surveyed 2026-09-20 via GitHub API and community awesome-lists.

Reference project

  • jarrodwatts/jev-trader (★1.3k, 2026-09-16) — One AI trade decision every Monad block (~300 ms). Jev reads the Kuru MON-USDC order book and answers buy or sell; the bot posts a post-only limit order one tick inside the touch, earning the spread. Bun/TypeScript, dry-run mode, SSE dashboard. The template most projects below derive from.

Live trading / trading systems

@LeoxSoft
LeoxSoft / sub.txt
Created September 22, 2026 01:42
Subscription
vless://325be633-66ff-485b-9472-c9e8be8f3d97@leoxdev.bond:210?fp=chrome&type=xhttp&sni=google.com&sid=51c883&mode=auto&path=%2F&security=reality&pqv=nuMZ-Bt645tn46R_LXr2ErXPpNRAucz94HB4cN_HqUZdRKFGbO2GvCb9tok4wYSMQweXaHZ9Q3BqNYPoEnTssTFhMaBBjckXPip_a8qN3rbY8xSqGWRwWuYUokBmEtNBTLpi0aHBn5koL9MhYDWy_FATxd90CgjQLsw4TSekkqp3G_HYxTGX39ZBGAwEcsBiEN0jH-X-cmyxwggQ9JZ7lerXoXCOAEdphtpkDIJgp9h4ovdhj6Pr1_F9f1iXo65uqhGf8qRCzIFJEAvBDjyOUDVqj4kVy7PTxqi73sGjkk51c-s7JGOOKvQTp4q1JhGZeLA9GEN8jVTwDs3clSBjy1Mysab3ayo7-WimOyR7r7VpZrudDgSZnVcciPHZv3pcIRC3yZj8w54PmTYcbVB6HFpGyccyQhu-wIv9NneVzHOZk_fu7hA-geV5mSNy6X1sHiqaKnI4lpTGkiBRBhkCxCCkKYr-R55Hspli8vhAWPuzYraqQFOg4WInwR2X5ot0wD-AiTiNMXzkWhPn9lRefTVzD4nRpCn47Q4E2l8VcKvB9xgeitIrJ9SACg99D6QmDnBhXzS61pJ1m3lfdlXjPt69h5sJo-KQy9_0JULZuEHXRu2gVulNN6tOKclH-9y-esThDXhLwXZ55DUFCTqYUBEJplLCAlbM5PYojY_2ABbYgGncFPEAQOGh95I-9lG34beMMKroAFsXXpJy9useRhwCINE3iYaEpF8zuzBbObb7cHw0_Pr8f5syTp4dk1UsEXt8heW9HV52nlo9lcsevthk4mGo4kdA3yFaqTE1R_NnGnPgkOQh3TWZHUyJlmLmhxI36sGBXxvjygxYN3_K3FXxr1cVW7shc40fuszx56M
@miurhz
miurhz / BMW_USB_Software_Update.md
Last active September 22, 2026 01:48
USB firmware update files for BMW CIC (Multimedia) and Combox (Bluetooth/Telephone), no longer available on official servers. Includes download links (from official site) and instructions for updating via USB.

BMW CIC & Combox USB Firmware Updates

Officially titled: BMW Software Update for External Devices – Multimedia and Telephone

ℹ️ About This Guide:

  • I am not pro at any of this. I started to search for information how to update vehicle's multimedia because of my own Bluetooth issue.
  • As BMW no longer provided software updates on their main site at that time, the task was to find is it still possible to get them.
  • After long searches I managed to solve my issue successfully and decided to put everything I found in one place.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@arianvp
arianvp / SSH_MACOS_SECURE_ENCLAVES.md
Last active September 22, 2026 01:26
Native Secure Enclaved backed ssh keys on MacOS

Native Secure Enclave backed ssh keys on MacOS

It turns out that MacOS Tahoe can generate and use secure-enclave backed SSH keys! This replaces projects like https://github.com/maxgoedjen/secretive

There is a shared library /usr/lib/ssh-keychain.dylib that traditionally has been used to add smartcard support to ssh by implementing PKCS11Provider interface. However since recently it also implements SecurityKeyProivder which supports loading keys directly from the secure enclave! SecurityKeyProvider is what is normally used to talk to FIDO2 devices (e.g. libfido2 can be used to talk to your Yubikey). However you can now use it to talk to your Secure Enclave instead!

@HimDek
HimDek / Install Android apps or apk files in Windows using Windows Subsystem for Android (No Emulator).md
Last active September 22, 2026 01:20
This Guide will show you how to install and run apk files or Android apps in any Edition of Windows 11 using Windows Subsystem for Android. WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator.

Install Android apps or apk files in Windows using Windows Subsystem for Android

WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow my guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience.

Prerequisites:

  • Windows Subsystem for Android or WSA must be Installed.

Click here to view the guide that shows how to install Windows Subsystem for Android in any Edition of Windows 11 (including Windows 11 Home) non Inider or stable release.

How to Install Android Apps or apk files in Windows Subsystem for Android: